home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / OGLT / Examples / GIS / README.fun < prev   
Text File  |  1996-11-11  |  2KB  |  68 lines

  1.  
  2.  
  3. PURPOSE:
  4. --------
  5.  
  6.     In France, there is no petrol, so instead of looking for oil pockets,
  7. GIS engineers apply predictive methods to a stratification model of their
  8. brains, in order to find ideas.
  9.  
  10.     This model is derived from a stack of medical images which the engineers
  11. get from the medical services of their company.
  12.  
  13.     By combining such advanced visualization techniques as
  14.  
  15.             Volume Rendering (3D textures),
  16.             IsoSurface Reconstruction (3D geometry),
  17.             Capping (boolean volume intersection),
  18.  
  19.     this model can be sliced in a number of ways to determine the most probable
  20. thought-flow paths.
  21.  
  22.  
  23.  
  24. MANIPULATION:
  25.  
  26. ----------------------------  Main Window  -------------------------------
  27.  
  28.     LEFTMOUSE        : Translation          t:  toggle textured outlining
  29.     MIDDLEMOUSE      : Rotation             a:  toggle antialiasing
  30.     RIGHTMOUSE       : Popup menu           c:  toggle capping/clipping
  31.     MIDDLE&LEFTMOUSE : Zoom                 o:  toggle outlining
  32.                                             p:  toggle polygon offset
  33.                                             h:  toggle hiddenline removal
  34.                                             b:  toggle outlining mode to
  35.                                                 glPolygonMode( GL_LINE )
  36.  
  37. ----------------------------  Manipulator  -------------------------------
  38.  
  39.     MIDDLEMOUSE :                           a:  toggle antialiasing
  40.     rotate capping plane
  41.     MIDDLE&LEFTMOUSE :
  42.         rotate Manipulator view
  43.     LEFTMOUSE :               
  44.         translate capping plane along normal
  45.  
  46.  
  47. --------------------------- ColorMap Editor ------------------------------
  48.  
  49.  
  50.     LEFTMOUSE                               r:  select Red curve
  51.         On a curve:                         g:  select Green curve
  52.             insert/select point             b:  select Blue curve
  53.         At tangent end:                     a:  select Alpha curve*
  54.             enable tangent edit
  55.         Everywhere else:                    BACKSPACE, DELETE
  56.             deselection                         delete current point
  57.                                                 and select previous one
  58.     RIGHTMOUSE
  59.         popup menu                          ARROW keys
  60.                                                 move current point
  61.  
  62. *Geometry is recomputed, to exclude ALPHA=0
  63.  
  64.  
  65.     This demonstration prototype was developped with the collaboration of the
  66. I.F.P. (French Institute of Petrol), in France.
  67.  
  68.